This forum is closed to new posts and
responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit the official HCL customer support channels below:
~Richard Xankrobergetsi 28.Jan.04 09:15 AM a Web browser Domino Designer6.5Windows 2000
Hi,
1. Program works but checkbox display not align
I have an editable checkbox field called "Area" with entries populated via @DbColumn. When user select Area A and Area B, the notification list will be retrieved accordingly via @DbLookup based on the selection. My program works fine except for the checkbox display. How could I make my checkbox to be nicely aligned on the web ?
2. Checkbox align but program not working
Then I tried to create multiple (3) checkbox, views and columns on the table. Each checkbox will be refering to the specific views and placed in columns. I have 3 columns with aligned checkbox display but how do I retrieve the notification list as I have 3 separate checkbox now ?
Appreciate it if someone is kind enough to lend me a hand. Searched the forum and found most of the suggestion is using passthru html. I don't know how to go about if passthru html is the only solution as I have not use passthru html before.